home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / maxime.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  213 b   |  11 lines

  1. on exitFrame
  2.   global Aframe
  3.   set the visible of sprite 2 to 0
  4.   set the visible of sprite 3 to 0
  5.   set the visible of sprite 4 to 0
  6.   if rollOver(5) then
  7.     set Aframe to the frame
  8.     go("naveg")
  9.   end if
  10. end
  11.